Html Css Color HEX #33C850 Lime Green

📋 copy color: '#33C850'

red 51 ◦ green 200 ◦ blue 80

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

Shades of Lime Green #33C850

Tints of Lime Green #33C850

RGB

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

 GREEN value IS 200 (78.52% from 255) = 60.42%

 BLUE value IS 80 (31.64% from 255) = 24.17%

R = 15.41%
G = 60.42%
B = 24.17%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#33C850 (or 0x33C850) is known color: Lime Green. HEX triplet: 33, C8 and 50. RGB value is (51,200,80). Sum of RGB (Red+Green+Blue) = 51+200+80=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 200 (78.52% from 255 or 60.42% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 200 - color contains mainly: green. Hex color #33C850 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C850 is #CC37AF. Grayscale: #8E8E8E. Windows color (decimal): -13383600 or 5294131. OLE color: 5294131.

HSL color Cylindrical-coordinate representation of color #33C850: hue angle of 131.68º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33C850 is Cyan = 0.74, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB 51 200 80 -
CMYK 0.74 0 0.6 0.22
HSL 131.68º 0.59% 0.49% -
HSV(B) 131.68º 0.75% 0.78% -
XYZ 23.47 42.59 14.57 -
YUV 141.77 93.14 63.26 -
System Red Green Blue C M Y K H S L
Decimal 51 200 80 0.74 0 0.6 0.22 131.68 0.59 0.49
Hex 33 C8 50 4A 0 3C 16 84 3B 31
Octal 63 310 120 112 0 74 26 204 73 61
Binary 110011 11001000 1010000 1001010 0 111100 10110 10000100 111011 110001

Color Harmonies of #33C850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C850

Black with #33C850

Text Example


Text Example

White with #33C850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,200,80); }

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

background-color css

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

 a { background-color: rgb(51,200,80); }

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

border-color css

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

 span { border-color: rgb(51,200,80); }

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