Html Css Color HEX #26CF28 Lime Green

📋 copy color: '#26CF28'

red 38 ◦ green 207 ◦ blue 40

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

Shades of Lime Green #26CF28

Tints of Lime Green #26CF28

RGB

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

 GREEN value IS 207 (81.25% from 255) = 72.63%

 BLUE value IS 40 (16.02% from 255) = 14.04%

R = 13.33%
G = 72.63%
B = 14.04%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#26CF28 (or 0x26CF28) is known color: Lime Green. HEX triplet: 26, CF and 28. RGB value is (38,207,40). Sum of RGB (Red+Green+Blue) = 38+207+40=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 207 (81.25% from 255 or 72.63% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 207 - color contains mainly: green. Hex color #26CF28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CF28 is #D930D7. Grayscale: #898989. Windows color (decimal): -14233816 or 2674470. OLE color: 2674470.

HSL color Cylindrical-coordinate representation of color #26CF28: hue angle of 120.71º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26CF28 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 38 207 40 -
CMYK 0.82 0 0.81 0.19
HSL 120.71º 0.69% 0.48% -
HSV(B) 120.71º 0.82% 0.81% -
XYZ 23.5 45.19 9.49 -
YUV 137.43 73.01 57.08 -
System Red Green Blue C M Y K H S L
Decimal 38 207 40 0.82 0 0.81 0.19 120.71 0.69 0.48
Hex 26 CF 28 52 0 51 13 79 45 30
Octal 46 317 50 122 0 121 23 171 105 60
Binary 100110 11001111 101000 1010010 0 1010001 10011 1111001 1000101 110000

Color Harmonies of #26CF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26CF28

Black with #26CF28

Text Example


Text Example

White with #26CF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,207,40); }

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

background-color css

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

 a { background-color: rgb(38,207,40); }

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

border-color css

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

 span { border-color: rgb(38,207,40); }

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