Html Css Color HEX #35D730 Lime Green

📋 copy color: '#35D730'

red 53 ◦ green 215 ◦ blue 48

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

Shades of Lime Green #35D730

Tints of Lime Green #35D730

RGB

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

 GREEN value IS 215 (84.38% from 255) = 68.04%

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

R = 16.77%
G = 68.04%
B = 15.19%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#35D730 (or 0x35D730) is known color: Lime Green. HEX triplet: 35, D7 and 30. RGB value is (53,215,48). Sum of RGB (Red+Green+Blue) = 53+215+48=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 215 (84.38% from 255 or 68.04% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 215 - color contains mainly: green. Hex color #35D730 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D730 is #CA28CF. Grayscale: #949494. Windows color (decimal): -13248720 or 3200821. OLE color: 3200821.

HSL color Cylindrical-coordinate representation of color #35D730: hue angle of 118.2º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35D730 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 215 48 -
CMYK 0.75 0 0.78 0.16
HSL 118.2º 0.68% 0.52% -
HSV(B) 118.2º 0.78% 0.84% -
XYZ 26.3 49.57 10.98 -
YUV 147.52 71.83 60.58 -
System Red Green Blue C M Y K H S L
Decimal 53 215 48 0.75 0 0.78 0.16 118.2 0.68 0.52
Hex 35 D7 30 4B 0 4E 10 76 44 34
Octal 65 327 60 113 0 116 20 166 104 64
Binary 110101 11010111 110000 1001011 0 1001110 10000 1110110 1000100 110100

Color Harmonies of #35D730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D730

Black with #35D730

Text Example


Text Example

White with #35D730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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