Html Css Color HEX #35C92F Lime Green

📋 copy color: '#35C92F'

red 53 ◦ green 201 ◦ blue 47

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

Shades of Lime Green #35C92F

Tints of Lime Green #35C92F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 66.78%

 BLUE value IS 47 (18.75% from 255) = 15.61%

R = 17.61%
G = 66.78%
B = 15.61%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#35C92F (or 0x35C92F) is known color: Lime Green. HEX triplet: 35, C9 and 2F. RGB value is (53,201,47). Sum of RGB (Red+Green+Blue) = 53+201+47=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 201 (78.91% from 255 or 66.78% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 201 - color contains mainly: green. Hex color #35C92F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C92F is #CA36D0. Grayscale: #8B8B8B. Windows color (decimal): -13252305 or 3131701. OLE color: 3131701.

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

Color convert

RGB 53 201 47 -
CMYK 0.74 0 0.77 0.21
HSL 117.66º 0.62% 0.49% -
HSV(B) 117.66º 0.77% 0.79% -
XYZ 22.87 42.74 9.73 -
YUV 139.19 75.97 66.52 -
System Red Green Blue C M Y K H S L
Decimal 53 201 47 0.74 0 0.77 0.21 117.66 0.62 0.49
Hex 35 C9 2F 4A 0 4D 15 76 3E 31
Octal 65 311 57 112 0 115 25 166 76 61
Binary 110101 11001001 101111 1001010 0 1001101 10101 1110110 111110 110001

Color Harmonies of #35C92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C92F

Black with #35C92F

Text Example


Text Example

White with #35C92F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,201,47); }

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

background-color css

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

 a { background-color: rgb(53,201,47); }

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

border-color css

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

 span { border-color: rgb(53,201,47); }

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