Html Css Color HEX #35CF40 Lime Green

📋 copy color: '#35CF40'

red 53 ◦ green 207 ◦ blue 64

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

Shades of Lime Green #35CF40

Tints of Lime Green #35CF40

RGB

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

 GREEN value IS 207 (81.25% from 255) = 63.89%

 BLUE value IS 64 (25.39% from 255) = 19.75%

R = 16.36%
G = 63.89%
B = 19.75%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#35CF40 (or 0x35CF40) is known color: Lime Green. HEX triplet: 35, CF and 40. RGB value is (53,207,64). Sum of RGB (Red+Green+Blue) = 53+207+64=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 207 (81.25% from 255 or 63.89% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 207 - color contains mainly: green. Hex color #35CF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CF40 is #CA30BF. Grayscale: #919191. Windows color (decimal): -13250752 or 4247349. OLE color: 4247349.

HSL color Cylindrical-coordinate representation of color #35CF40: hue angle of 124.29º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CF40 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 207 64 -
CMYK 0.74 0 0.69 0.19
HSL 124.29º 0.62% 0.51% -
HSV(B) 124.29º 0.74% 0.81% -
XYZ 24.71 45.75 12.38 -
YUV 144.65 82.48 62.63 -
System Red Green Blue C M Y K H S L
Decimal 53 207 64 0.74 0 0.69 0.19 124.29 0.62 0.51
Hex 35 CF 40 4A 0 45 13 7C 3E 33
Octal 65 317 100 112 0 105 23 174 76 63
Binary 110101 11001111 1000000 1001010 0 1000101 10011 1111100 111110 110011

Color Harmonies of #35CF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CF40

Black with #35CF40

Text Example


Text Example

White with #35CF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,207,64); }

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

background-color css

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

 a { background-color: rgb(53,207,64); }

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

border-color css

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

 span { border-color: rgb(53,207,64); }

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