Html Css Color HEX #26BF4A Lime Green

📋 copy color: '#26BF4A'

red 38 ◦ green 191 ◦ blue 74

#26BF4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #26BF4A

Tints of Lime Green #26BF4A

RGB

 RED value IS 38 (15.23% from 255) = 12.54%

 GREEN value IS 191 (75% from 255) = 63.04%

 BLUE value IS 74 (29.3% from 255) = 24.42%

R = 12.54%
G = 63.04%
B = 24.42%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#26BF4A (or 0x26BF4A) is known color: Lime Green. HEX triplet: 26, BF and 4A. RGB value is (38,191,74). Sum of RGB (Red+Green+Blue) = 38+191+74=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 191 (75% from 255 or 63.04% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 191 - color contains mainly: green. Hex color #26BF4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BF4A is #D940B5. Grayscale: #848484. Windows color (decimal): -14237878 or 4898598. OLE color: 4898598.

HSL color Cylindrical-coordinate representation of color #26BF4A: hue angle of 134.12º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BF4A is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 191 74 -
CMYK 0.80 0 0.61 0.25
HSL 134.12º 0.67% 0.45% -
HSV(B) 134.12º 0.8% 0.75% -
XYZ 20.67 38.17 12.76 -
YUV 131.92 95.31 61.01 -
System Red Green Blue C M Y K H S L
Decimal 38 191 74 0.80 0 0.61 0.25 134.12 0.67 0.45
Hex 26 BF 4A 50 0 3D 19 86 43 2D
Octal 46 277 112 120 0 75 31 206 103 55
Binary 100110 10111111 1001010 1010000 0 111101 11001 10000110 1000011 101101

Color Harmonies of #26BF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26BF4A

Black with #26BF4A

Text Example


Text Example

White with #26BF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26BF4A; }

 p { color: rgb(38,191,74); }

 H1.HeaderClassName
 {
   color: #26BF4A;
 }
 .AnyTagClassName
 {
   color: #26BF4A;
 }
</style>

background-color css

<style>
 a { background-color: #26BF4A; }

 a { background-color: rgb(38,191,74); }

 div.DivClassName
 {
   background-color: #26BF4A;
 }
 .BgClassName
 {
   background-color: #26BF4A;
 }
</style>

border-color css

<style>
 span { border-color: #26BF4A; }

 span { border-color: rgb(38,191,74); }

 td.TdClassName
 {
   border-color: #26BF4A;
 }
 .TagClassName
 {
   border-color: #26BF4A;
 }
</style>