Html Css Color HEX #35C033 Lime Green

📋 copy color: '#35C033'

red 53 ◦ green 192 ◦ blue 51

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

Shades of Lime Green #35C033

Tints of Lime Green #35C033

RGB

 RED value IS 53 (21.09% from 255) = 17.91%

 GREEN value IS 192 (75.39% from 255) = 64.86%

 BLUE value IS 51 (20.31% from 255) = 17.23%

R = 17.91%
G = 64.86%
B = 17.23%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#35C033 (or 0x35C033) is known color: Lime Green. HEX triplet: 35, C0 and 33. RGB value is (53,192,51). Sum of RGB (Red+Green+Blue) = 53+192+51=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 192 (75.39% from 255 or 64.86% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 192 - color contains mainly: green. Hex color #35C033 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C033 is #CA3FCC. Grayscale: #868686. Windows color (decimal): -13254605 or 3391541. OLE color: 3391541.

HSL color Cylindrical-coordinate representation of color #35C033: hue angle of 119.15º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C033 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 192 51 -
CMYK 0.72 0 0.73 0.25
HSL 119.15º 0.58% 0.48% -
HSV(B) 119.15º 0.73% 0.75% -
XYZ 20.92 38.7 9.5 -
YUV 134.37 80.95 69.96 -
System Red Green Blue C M Y K H S L
Decimal 53 192 51 0.72 0 0.73 0.25 119.15 0.58 0.48
Hex 35 C0 33 48 0 49 19 77 3A 30
Octal 65 300 63 110 0 111 31 167 72 60
Binary 110101 11000000 110011 1001000 0 1001001 11001 1110111 111010 110000

Color Harmonies of #35C033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C033

Black with #35C033

Text Example


Text Example

White with #35C033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35C033; }

 p { color: rgb(53,192,51); }

 H1.HeaderClassName
 {
   color: #35C033;
 }
 .AnyTagClassName
 {
   color: #35C033;
 }
</style>

background-color css

<style>
 a { background-color: #35C033; }

 a { background-color: rgb(53,192,51); }

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

border-color css

<style>
 span { border-color: #35C033; }

 span { border-color: rgb(53,192,51); }

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