Html Css Color HEX #35BC2C Lime Green

📋 copy color: '#35BC2C'

red 53 ◦ green 188 ◦ blue 44

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

Shades of Lime Green #35BC2C

Tints of Lime Green #35BC2C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 65.96%

 BLUE value IS 44 (17.58% from 255) = 15.44%

R = 18.6%
G = 65.96%
B = 15.44%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#35BC2C (or 0x35BC2C) is known color: Lime Green. HEX triplet: 35, BC and 2C. RGB value is (53,188,44). Sum of RGB (Red+Green+Blue) = 53+188+44=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 188 (73.83% from 255 or 65.96% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 188 - color contains mainly: green. Hex color #35BC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BC2C is #CA43D3. Grayscale: #838383. Windows color (decimal): -13255636 or 2931765. OLE color: 2931765.

HSL color Cylindrical-coordinate representation of color #35BC2C: hue angle of 116.25º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35BC2C is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 188 44 -
CMYK 0.72 0 0.77 0.26
HSL 116.25º 0.62% 0.45% -
HSV(B) 116.25º 0.77% 0.74% -
XYZ 19.91 36.91 8.46 -
YUV 131.22 78.77 72.21 -
System Red Green Blue C M Y K H S L
Decimal 53 188 44 0.72 0 0.77 0.26 116.25 0.62 0.45
Hex 35 BC 2C 48 0 4D 1A 74 3E 2D
Octal 65 274 54 110 0 115 32 164 76 55
Binary 110101 10111100 101100 1001000 0 1001101 11010 1110100 111110 101101

Color Harmonies of #35BC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BC2C

Black with #35BC2C

Text Example


Text Example

White with #35BC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,188,44); }

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

background-color css

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

 a { background-color: rgb(53,188,44); }

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

border-color css

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

 span { border-color: rgb(53,188,44); }

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