Html Css Color HEX #33CF16 Lime Green

📋 copy color: '#33CF16'

red 51 ◦ green 207 ◦ blue 22

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

Shades of Lime Green #33CF16

Tints of Lime Green #33CF16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.86%

R = 18.21%
G = 73.93%
B = 7.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#33CF16 (or 0x33CF16) is known color: Lime Green. HEX triplet: 33, CF and 16. RGB value is (51,207,22). Sum of RGB (Red+Green+Blue) = 51+207+22=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 207 (81.25% from 255 or 73.93% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 207 - color contains mainly: green. Hex color #33CF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33CF16 is #CC30E9. Grayscale: #8B8B8B. Windows color (decimal): -13381866 or 1494835. OLE color: 1494835.

HSL color Cylindrical-coordinate representation of color #33CF16: hue angle of 110.59º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #33CF16 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 207 22 -
CMYK 0.75 0 0.89 0.19
HSL 110.59º 0.81% 0.45% -
HSV(B) 110.59º 0.89% 0.81% -
XYZ 23.82 45.39 8.26 -
YUV 139.27 61.82 65.04 -
System Red Green Blue C M Y K H S L
Decimal 51 207 22 0.75 0 0.89 0.19 110.59 0.81 0.45
Hex 33 CF 16 4B 0 59 13 6F 51 2D
Octal 63 317 26 113 0 131 23 157 121 55
Binary 110011 11001111 10110 1001011 0 1011001 10011 1101111 1010001 101101

Color Harmonies of #33CF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CF16

Black with #33CF16

Text Example


Text Example

White with #33CF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,207,22); }

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

background-color css

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

 a { background-color: rgb(51,207,22); }

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

border-color css

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

 span { border-color: rgb(51,207,22); }

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