Html Css Color HEX #26CC42 Lime Green

📋 copy color: '#26CC42'

red 38 ◦ green 204 ◦ blue 66

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

Shades of Lime Green #26CC42

Tints of Lime Green #26CC42

RGB

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

 GREEN value IS 204 (80.08% from 255) = 66.23%

 BLUE value IS 66 (26.17% from 255) = 21.43%

R = 12.34%
G = 66.23%
B = 21.43%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#26CC42 (or 0x26CC42) is known color: Lime Green. HEX triplet: 26, CC and 42. RGB value is (38,204,66). Sum of RGB (Red+Green+Blue) = 38+204+66=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 204 (80.08% from 255 or 66.23% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 204 - color contains mainly: green. Hex color #26CC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CC42 is #D933BD. Grayscale: #8B8B8B. Windows color (decimal): -14234558 or 4377638. OLE color: 4377638.

HSL color Cylindrical-coordinate representation of color #26CC42: hue angle of 130.12º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26CC42 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 204 66 -
CMYK 0.81 0 0.68 0.2
HSL 130.12º 0.69% 0.47% -
HSV(B) 130.12º 0.81% 0.8% -
XYZ 23.38 43.99 12.41 -
YUV 138.63 87 56.22 -
System Red Green Blue C M Y K H S L
Decimal 38 204 66 0.81 0 0.68 0.2 130.12 0.69 0.47
Hex 26 CC 42 51 0 44 14 82 45 2F
Octal 46 314 102 121 0 104 24 202 105 57
Binary 100110 11001100 1000010 1010001 0 1000100 10100 10000010 1000101 101111

Color Harmonies of #26CC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26CC42

Black with #26CC42

Text Example


Text Example

White with #26CC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,204,66); }

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

background-color css

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

 a { background-color: rgb(38,204,66); }

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

border-color css

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

 span { border-color: rgb(38,204,66); }

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