Html Css Color HEX #35C02B Lime Green

📋 copy color: '#35C02B'

red 53 ◦ green 192 ◦ blue 43

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

Shades of Lime Green #35C02B

Tints of Lime Green #35C02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.93%

R = 18.4%
G = 66.67%
B = 14.93%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#35C02B (or 0x35C02B) is known color: Lime Green. HEX triplet: 35, C0 and 2B. RGB value is (53,192,43). Sum of RGB (Red+Green+Blue) = 53+192+43=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 192 (75.39% from 255 or 66.67% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 192 - color contains mainly: green. Hex color #35C02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C02B is #CA3FD4. Grayscale: #858585. Windows color (decimal): -13254613 or 2867253. OLE color: 2867253.

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

Color convert

RGB 53 192 43 -
CMYK 0.72 0 0.78 0.25
HSL 115.97º 0.63% 0.46% -
HSV(B) 115.97º 0.78% 0.75% -
XYZ 20.75 38.63 8.65 -
YUV 133.45 76.95 70.62 -
System Red Green Blue C M Y K H S L
Decimal 53 192 43 0.72 0 0.78 0.25 115.97 0.63 0.46
Hex 35 C0 2B 48 0 4E 19 74 3F 2E
Octal 65 300 53 110 0 116 31 164 77 56
Binary 110101 11000000 101011 1001000 0 1001110 11001 1110100 111111 101110

Color Harmonies of #35C02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C02B

Black with #35C02B

Text Example


Text Example

White with #35C02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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