Html Css Color HEX #35FF30 Lime Green

📋 copy color: '#35FF30'

red 53 ◦ green 255 ◦ blue 48

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

Shades of Lime Green #35FF30

Tints of Lime Green #35FF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.48%

R = 14.89%
G = 71.63%
B = 13.48%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#35FF30 (or 0x35FF30) is known color: Lime Green. HEX triplet: 35, FF and 30. RGB value is (53,255,48). Sum of RGB (Red+Green+Blue) = 53+255+48=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 255 (100% from 255 or 71.63% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 255 - color contains mainly: green. Hex color #35FF30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35FF30 is #CA00CF. Grayscale: #ABABAB. Windows color (decimal): -13238480 or 3211061. OLE color: 3211061.

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

Color convert

RGB 53 255 48 -
CMYK 0.79 0 0.81 0
HSL 118.55º 1% 0.59% -
HSV(B) 118.55º 0.81% 1% -
XYZ 37.76 72.49 14.8 -
YUV 171 58.58 43.83 -
System Red Green Blue C M Y K H S L
Decimal 53 255 48 0.79 0 0.81 0 118.55 1 0.59
Hex 35 FF 30 4F 0 51 0 77 64 3B
Octal 65 377 60 117 0 121 0 167 144 73
Binary 110101 11111111 110000 1001111 0 1010001 0 1110111 1100100 111011

Color Harmonies of #35FF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FF30

Black with #35FF30

Text Example


Text Example

White with #35FF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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