Html Css Color HEX #35CC41 Lime Green

📋 copy color: '#35CC41'

red 53 ◦ green 204 ◦ blue 65

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

Shades of Lime Green #35CC41

Tints of Lime Green #35CC41

RGB

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

 GREEN value IS 204 (80.08% from 255) = 63.35%

 BLUE value IS 65 (25.78% from 255) = 20.19%

R = 16.46%
G = 63.35%
B = 20.19%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#35CC41 (or 0x35CC41) is known color: Lime Green. HEX triplet: 35, CC and 41. RGB value is (53,204,65). Sum of RGB (Red+Green+Blue) = 53+204+65=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 204 (80.08% from 255 or 63.35% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 204 - color contains mainly: green. Hex color #35CC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CC41 is #CA33BE. Grayscale: #8F8F8F. Windows color (decimal): -13251519 or 4312117. OLE color: 4312117.

HSL color Cylindrical-coordinate representation of color #35CC41: hue angle of 124.77º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CC41 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 53 204 65 -
CMYK 0.74 0 0.68 0.2
HSL 124.77º 0.6% 0.5% -
HSV(B) 124.77º 0.74% 0.8% -
XYZ 24.02 44.32 12.29 -
YUV 143.01 83.97 63.8 -
System Red Green Blue C M Y K H S L
Decimal 53 204 65 0.74 0 0.68 0.2 124.77 0.6 0.5
Hex 35 CC 41 4A 0 44 14 7D 3C 32
Octal 65 314 101 112 0 104 24 175 74 62
Binary 110101 11001100 1000001 1001010 0 1000100 10100 1111101 111100 110010

Color Harmonies of #35CC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CC41

Black with #35CC41

Text Example


Text Example

White with #35CC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,204,65); }

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

background-color css

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

 a { background-color: rgb(53,204,65); }

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

border-color css

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

 span { border-color: rgb(53,204,65); }

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