Html Css Color HEX #26BF3C Lime Green

📋 copy color: '#26BF3C'

red 38 ◦ green 191 ◦ blue 60

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

Shades of Lime Green #26BF3C

Tints of Lime Green #26BF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.76%

R = 13.15%
G = 66.09%
B = 20.76%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#26BF3C (or 0x26BF3C) is known color: Lime Green. HEX triplet: 26, BF and 3C. RGB value is (38,191,60). Sum of RGB (Red+Green+Blue) = 38+191+60=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 191 (75% from 255 or 66.09% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 191 - color contains mainly: green. Hex color #26BF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BF3C is #D940C3. Grayscale: #828282. Windows color (decimal): -14237892 or 3981094. OLE color: 3981094.

HSL color Cylindrical-coordinate representation of color #26BF3C: hue angle of 128.63º 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 #26BF3C is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 191 60 -
CMYK 0.80 0 0.69 0.25
HSL 128.63º 0.67% 0.45% -
HSV(B) 128.63º 0.8% 0.75% -
XYZ 20.25 38 10.54 -
YUV 130.32 88.31 62.15 -
System Red Green Blue C M Y K H S L
Decimal 38 191 60 0.80 0 0.69 0.25 128.63 0.67 0.45
Hex 26 BF 3C 50 0 45 19 81 43 2D
Octal 46 277 74 120 0 105 31 201 103 55
Binary 100110 10111111 111100 1010000 0 1000101 11001 10000001 1000011 101101

Color Harmonies of #26BF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26BF3C

Black with #26BF3C

Text Example


Text Example

White with #26BF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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