Html Css Color HEX #35E63D Lime Green

📋 copy color: '#35E63D'

red 53 ◦ green 230 ◦ blue 61

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

Shades of Lime Green #35E63D

Tints of Lime Green #35E63D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.73%

R = 15.41%
G = 66.86%
B = 17.73%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#35E63D (or 0x35E63D) is known color: Lime Green. HEX triplet: 35, E6 and 3D. RGB value is (53,230,61). Sum of RGB (Red+Green+Blue) = 53+230+61=344 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.41% from 344); Green value is 230 (90.23% from 255 or 66.86% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 230 - color contains mainly: green. Hex color #35E63D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35E63D is #CA19C2. Grayscale: #9E9E9E. Windows color (decimal): -13244867 or 4056629. OLE color: 4056629.

HSL color Cylindrical-coordinate representation of color #35E63D: hue angle of 122.71º 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 #35E63D is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 230 61 -
CMYK 0.77 0 0.73 0.10
HSL 122.71º 0.78% 0.55% -
HSV(B) 122.71º 0.77% 0.9% -
XYZ 30.61 57.69 13.94 -
YUV 157.81 73.36 53.24 -
System Red Green Blue C M Y K H S L
Decimal 53 230 61 0.77 0 0.73 0.10 122.71 0.78 0.55
Hex 35 E6 3D 4D 0 49 A 7B 4E 37
Octal 65 346 75 115 0 111 12 173 116 67
Binary 110101 11100110 111101 1001101 0 1001001 1010 1111011 1001110 110111

Color Harmonies of #35E63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E63D

Black with #35E63D

Text Example


Text Example

White with #35E63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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