Html Css Color HEX #35C84B Lime Green

📋 copy color: '#35C84B'

red 53 ◦ green 200 ◦ blue 75

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

Shades of Lime Green #35C84B

Tints of Lime Green #35C84B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.87%

R = 16.16%
G = 60.98%
B = 22.87%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#35C84B (or 0x35C84B) is known color: Lime Green. HEX triplet: 35, C8 and 4B. RGB value is (53,200,75). Sum of RGB (Red+Green+Blue) = 53+200+75=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 200 (78.52% from 255 or 60.98% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 200 - color contains mainly: green. Hex color #35C84B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C84B is #CA37B4. Grayscale: #8E8E8E. Windows color (decimal): -13252533 or 4966453. OLE color: 4966453.

HSL color Cylindrical-coordinate representation of color #35C84B: hue angle of 128.98º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C84B is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 53 200 75 -
CMYK 0.74 0 0.62 0.22
HSL 128.98º 0.58% 0.5% -
HSV(B) 128.98º 0.74% 0.78% -
XYZ 23.39 42.57 13.64 -
YUV 141.8 90.3 64.66 -
System Red Green Blue C M Y K H S L
Decimal 53 200 75 0.74 0 0.62 0.22 128.98 0.58 0.5
Hex 35 C8 4B 4A 0 3E 16 81 3A 32
Octal 65 310 113 112 0 76 26 201 72 62
Binary 110101 11001000 1001011 1001010 0 111110 10110 10000001 111010 110010

Color Harmonies of #35C84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C84B

Black with #35C84B

Text Example


Text Example

White with #35C84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,200,75); }

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

background-color css

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

 a { background-color: rgb(53,200,75); }

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

border-color css

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

 span { border-color: rgb(53,200,75); }

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