Html Css Color HEX #35BF2D Lime Green

📋 copy color: '#35BF2D'

red 53 ◦ green 191 ◦ blue 45

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

Shades of Lime Green #35BF2D

Tints of Lime Green #35BF2D

RGB

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

 GREEN value IS 191 (75% from 255) = 66.09%

 BLUE value IS 45 (17.97% from 255) = 15.57%

R = 18.34%
G = 66.09%
B = 15.57%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#35BF2D (or 0x35BF2D) is known color: Lime Green. HEX triplet: 35, BF and 2D. RGB value is (53,191,45). Sum of RGB (Red+Green+Blue) = 53+191+45=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 191 (75% from 255 or 66.09% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 191 - color contains mainly: green. Hex color #35BF2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BF2D is #CA40D2. Grayscale: #858585. Windows color (decimal): -13254867 or 2998069. OLE color: 2998069.

HSL color Cylindrical-coordinate representation of color #35BF2D: hue angle of 116.71º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35BF2D is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 191 45 -
CMYK 0.72 0 0.76 0.25
HSL 116.71º 0.62% 0.46% -
HSV(B) 116.71º 0.76% 0.75% -
XYZ 20.57 38.21 8.77 -
YUV 133.09 78.28 70.87 -
System Red Green Blue C M Y K H S L
Decimal 53 191 45 0.72 0 0.76 0.25 116.71 0.62 0.46
Hex 35 BF 2D 48 0 4C 19 75 3E 2E
Octal 65 277 55 110 0 114 31 165 76 56
Binary 110101 10111111 101101 1001000 0 1001100 11001 1110101 111110 101110

Color Harmonies of #35BF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BF2D

Black with #35BF2D

Text Example


Text Example

White with #35BF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,191,45); }

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

background-color css

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

 a { background-color: rgb(53,191,45); }

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

border-color css

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

 span { border-color: rgb(53,191,45); }

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