Html Css Color HEX #35FA3D Lime Green

📋 copy color: '#35FA3D'

red 53 ◦ green 250 ◦ blue 61

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

Shades of Lime Green #35FA3D

Tints of Lime Green #35FA3D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 68.68%

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

R = 14.56%
G = 68.68%
B = 16.76%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#35FA3D (or 0x35FA3D) is known color: Lime Green. HEX triplet: 35, FA and 3D. RGB value is (53,250,61). Sum of RGB (Red+Green+Blue) = 53+250+61=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 250 (98.05% from 255 or 68.68% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 250 - color contains mainly: green. Hex color #35FA3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35FA3D is #CA05C2. Grayscale: #AAAAAA. Windows color (decimal): -13239747 or 4061749. OLE color: 4061749.

HSL color Cylindrical-coordinate representation of color #35FA3D: hue angle of 122.44º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FA3D is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 250 61 -
CMYK 0.79 0 0.76 0.02
HSL 122.44º 0.95% 0.59% -
HSV(B) 122.44º 0.79% 0.98% -
XYZ 36.5 69.47 15.9 -
YUV 169.55 66.73 44.87 -
System Red Green Blue C M Y K H S L
Decimal 53 250 61 0.79 0 0.76 0.02 122.44 0.95 0.59
Hex 35 FA 3D 4F 0 4C 2 7A 5F 3B
Octal 65 372 75 117 0 114 2 172 137 73
Binary 110101 11111010 111101 1001111 0 1001100 10 1111010 1011111 111011

Color Harmonies of #35FA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FA3D

Black with #35FA3D

Text Example


Text Example

White with #35FA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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