Html Css Color HEX #33CC26 Lime Green

📋 copy color: '#33CC26'

red 51 ◦ green 204 ◦ blue 38

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

Shades of Lime Green #33CC26

Tints of Lime Green #33CC26

RGB

 RED value IS 51 (20.31% from 255) = 17.41%

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

 BLUE value IS 38 (15.23% from 255) = 12.97%

R = 17.41%
G = 69.62%
B = 12.97%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#33CC26 (or 0x33CC26) is known color: Lime Green. HEX triplet: 33, CC and 26. RGB value is (51,204,38). Sum of RGB (Red+Green+Blue) = 51+204+38=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 204 (80.08% from 255 or 69.62% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 204 - color contains mainly: green. Hex color #33CC26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CC26 is #CC33D9. Grayscale: #8B8B8B. Windows color (decimal): -13382618 or 2542643. OLE color: 2542643.

HSL color Cylindrical-coordinate representation of color #33CC26: hue angle of 115.3º 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 #33CC26 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 51 204 38 -
CMYK 0.75 0 0.81 0.2
HSL 115.3º 0.69% 0.47% -
HSV(B) 115.3º 0.81% 0.8% -
XYZ 23.31 44.03 9.1 -
YUV 139.33 70.81 65 -
System Red Green Blue C M Y K H S L
Decimal 51 204 38 0.75 0 0.81 0.2 115.3 0.69 0.47
Hex 33 CC 26 4B 0 51 14 73 45 2F
Octal 63 314 46 113 0 121 24 163 105 57
Binary 110011 11001100 100110 1001011 0 1010001 10100 1110011 1000101 101111

Color Harmonies of #33CC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CC26

Black with #33CC26

Text Example


Text Example

White with #33CC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33CC26; }

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

 H1.HeaderClassName
 {
   color: #33CC26;
 }
 .AnyTagClassName
 {
   color: #33CC26;
 }
</style>

background-color css

<style>
 a { background-color: #33CC26; }

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

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

border-color css

<style>
 span { border-color: #33CC26; }

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

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