Html Css Color HEX #35E64C Lime Green

📋 copy color: '#35E64C'

red 53 ◦ green 230 ◦ blue 76

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

Shades of Lime Green #35E64C

Tints of Lime Green #35E64C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 64.07%

 BLUE value IS 76 (30.08% from 255) = 21.17%

R = 14.76%
G = 64.07%
B = 21.17%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#35E64C (or 0x35E64C) is known color: Lime Green. HEX triplet: 35, E6 and 4C. RGB value is (53,230,76). Sum of RGB (Red+Green+Blue) = 53+230+76=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 230 (90.23% from 255 or 64.07% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 230 - color contains mainly: green. Hex color #35E64C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35E64C is #CA19B3. Grayscale: #9F9F9F. Windows color (decimal): -13244852 or 5039669. OLE color: 5039669.

HSL color Cylindrical-coordinate representation of color #35E64C: hue angle of 127.8º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E64C is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 230 76 -
CMYK 0.77 0 0.67 0.10
HSL 127.8º 0.78% 0.55% -
HSV(B) 127.8º 0.77% 0.9% -
XYZ 31.07 57.87 16.37 -
YUV 159.52 80.86 52.02 -
System Red Green Blue C M Y K H S L
Decimal 53 230 76 0.77 0 0.67 0.10 127.8 0.78 0.55
Hex 35 E6 4C 4D 0 43 A 80 4E 37
Octal 65 346 114 115 0 103 12 200 116 67
Binary 110101 11100110 1001100 1001101 0 1000011 1010 10000000 1001110 110111

Color Harmonies of #35E64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E64C

Black with #35E64C

Text Example


Text Example

White with #35E64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,230,76); }

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

background-color css

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

 a { background-color: rgb(53,230,76); }

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

border-color css

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

 span { border-color: rgb(53,230,76); }

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