Html Css Color HEX #35FF3A Lime Green

📋 copy color: '#35FF3A'

red 53 ◦ green 255 ◦ blue 58

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

Shades of Lime Green #35FF3A

Tints of Lime Green #35FF3A

RGB

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

 GREEN value IS 255 (100% from 255) = 69.67%

 BLUE value IS 58 (23.05% from 255) = 15.85%

R = 14.48%
G = 69.67%
B = 15.85%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#35FF3A (or 0x35FF3A) is known color: Lime Green. HEX triplet: 35, FF and 3A. RGB value is (53,255,58). Sum of RGB (Red+Green+Blue) = 53+255+58=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 255 (100% from 255 or 69.67% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 255 - color contains mainly: green. Hex color #35FF3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35FF3A is #CA00C5. Grayscale: #ACACAC. Windows color (decimal): -13238470 or 3866421. OLE color: 3866421.

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

Color convert

RGB 53 255 58 -
CMYK 0.79 0 0.77 0
HSL 121.49º 1% 0.6% -
HSV(B) 121.49º 0.79% 1% -
XYZ 37.99 72.58 16.01 -
YUV 172.14 63.58 43.02 -
System Red Green Blue C M Y K H S L
Decimal 53 255 58 0.79 0 0.77 0 121.49 1 0.6
Hex 35 FF 3A 4F 0 4D 0 79 64 3C
Octal 65 377 72 117 0 115 0 171 144 74
Binary 110101 11111111 111010 1001111 0 1001101 0 1111001 1100100 111100

Color Harmonies of #35FF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FF3A

Black with #35FF3A

Text Example


Text Example

White with #35FF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,255,58); }

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

background-color css

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

 a { background-color: rgb(53,255,58); }

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

border-color css

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

 span { border-color: rgb(53,255,58); }

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