Html Css Color HEX #33CB1C Lime Green

📋 copy color: '#33CB1C'

red 51 ◦ green 203 ◦ blue 28

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

Shades of Lime Green #33CB1C

Tints of Lime Green #33CB1C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 71.99%

 BLUE value IS 28 (11.33% from 255) = 9.93%

R = 18.09%
G = 71.99%
B = 9.93%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#33CB1C (or 0x33CB1C) is known color: Lime Green. HEX triplet: 33, CB and 1C. RGB value is (51,203,28). Sum of RGB (Red+Green+Blue) = 51+203+28=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 203 (79.69% from 255 or 71.99% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 203 - color contains mainly: green. Hex color #33CB1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CB1C is #CC34E3. Grayscale: #8A8A8A. Windows color (decimal): -13382884 or 1887027. OLE color: 1887027.

HSL color Cylindrical-coordinate representation of color #33CB1C: hue angle of 112.11º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33CB1C is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 203 28 -
CMYK 0.75 0 0.86 0.20
HSL 112.11º 0.76% 0.45% -
HSV(B) 112.11º 0.86% 0.8% -
XYZ 22.93 43.5 8.29 -
YUV 137.6 66.14 66.23 -
System Red Green Blue C M Y K H S L
Decimal 51 203 28 0.75 0 0.86 0.20 112.11 0.76 0.45
Hex 33 CB 1C 4B 0 56 14 70 4C 2D
Octal 63 313 34 113 0 126 24 160 114 55
Binary 110011 11001011 11100 1001011 0 1010110 10100 1110000 1001100 101101

Color Harmonies of #33CB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CB1C

Black with #33CB1C

Text Example


Text Example

White with #33CB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,203,28); }

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

background-color css

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

 a { background-color: rgb(51,203,28); }

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

border-color css

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

 span { border-color: rgb(51,203,28); }

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