Html Css Color HEX #35CF15 Lime Green

📋 copy color: '#35CF15'

red 53 ◦ green 207 ◦ blue 21

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

Shades of Lime Green #35CF15

Tints of Lime Green #35CF15

RGB

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

 GREEN value IS 207 (81.25% from 255) = 73.67%

 BLUE value IS 21 (8.59% from 255) = 7.47%

R = 18.86%
G = 73.67%
B = 7.47%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#35CF15 (or 0x35CF15) is known color: Lime Green. HEX triplet: 35, CF and 15. RGB value is (53,207,21). Sum of RGB (Red+Green+Blue) = 53+207+21=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 207 (81.25% from 255 or 73.67% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 207 - color contains mainly: green. Hex color #35CF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35CF15 is #CA30EA. Grayscale: #8C8C8C. Windows color (decimal): -13250795 or 1429301. OLE color: 1429301.

HSL color Cylindrical-coordinate representation of color #35CF15: hue angle of 109.68º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35CF15 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 207 21 -
CMYK 0.74 0 0.90 0.19
HSL 109.68º 0.82% 0.45% -
HSV(B) 109.68º 0.9% 0.81% -
XYZ 23.92 45.44 8.22 -
YUV 139.75 60.98 66.12 -
System Red Green Blue C M Y K H S L
Decimal 53 207 21 0.74 0 0.90 0.19 109.68 0.82 0.45
Hex 35 CF 15 4A 0 5A 13 6E 52 2D
Octal 65 317 25 112 0 132 23 156 122 55
Binary 110101 11001111 10101 1001010 0 1011010 10011 1101110 1010010 101101

Color Harmonies of #35CF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CF15

Black with #35CF15

Text Example


Text Example

White with #35CF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,207,21); }

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

background-color css

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

 a { background-color: rgb(53,207,21); }

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

border-color css

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

 span { border-color: rgb(53,207,21); }

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