Html Css Color HEX #35C11F Lime Green

📋 copy color: '#35C11F'

red 53 ◦ green 193 ◦ blue 31

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

Shades of Lime Green #35C11F

Tints of Lime Green #35C11F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 69.68%

 BLUE value IS 31 (12.5% from 255) = 11.19%

R = 19.13%
G = 69.68%
B = 11.19%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#35C11F (or 0x35C11F) is known color: Lime Green. HEX triplet: 35, C1 and 1F. RGB value is (53,193,31). Sum of RGB (Red+Green+Blue) = 53+193+31=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 193 (75.78% from 255 or 69.68% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 193 - color contains mainly: green. Hex color #35C11F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C11F is #CA3EE0. Grayscale: #858585. Windows color (decimal): -13254369 or 2081077. OLE color: 2081077.

HSL color Cylindrical-coordinate representation of color #35C11F: hue angle of 111.85º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #35C11F is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 193 31 -
CMYK 0.73 0 0.84 0.24
HSL 111.85º 0.72% 0.44% -
HSV(B) 111.85º 0.84% 0.76% -
XYZ 20.79 39 7.73 -
YUV 132.67 70.62 71.17 -
System Red Green Blue C M Y K H S L
Decimal 53 193 31 0.73 0 0.84 0.24 111.85 0.72 0.44
Hex 35 C1 1F 49 0 54 18 70 48 2C
Octal 65 301 37 111 0 124 30 160 110 54
Binary 110101 11000001 11111 1001001 0 1010100 11000 1110000 1001000 101100

Color Harmonies of #35C11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C11F

Black with #35C11F

Text Example


Text Example

White with #35C11F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,193,31); }

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

background-color css

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

 a { background-color: rgb(53,193,31); }

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

border-color css

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

 span { border-color: rgb(53,193,31); }

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