Html Css Color HEX #2FE635 Lime Green

📋 copy color: '#2FE635'

red 47 ◦ green 230 ◦ blue 53

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

Shades of Lime Green #2FE635

Tints of Lime Green #2FE635

RGB

 RED value IS 47 (18.75% from 255) = 14.24%

 GREEN value IS 230 (90.23% from 255) = 69.7%

 BLUE value IS 53 (21.09% from 255) = 16.06%

R = 14.24%
G = 69.7%
B = 16.06%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#2FE635 (or 0x2FE635) is known color: Lime Green. HEX triplet: 2F, E6 and 35. RGB value is (47,230,53). Sum of RGB (Red+Green+Blue) = 47+230+53=330 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.24% from 330); Green value is 230 (90.23% from 255 or 69.70% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE635 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE635 is #D019CA. Grayscale: #9B9B9B. Windows color (decimal): -13638091 or 3532335. OLE color: 3532335.

HSL color Cylindrical-coordinate representation of color #2FE635: hue angle of 121.97º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE635 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 47 230 53 -
CMYK 0.80 0 0.77 0.10
HSL 121.97º 0.79% 0.54% -
HSV(B) 121.97º 0.8% 0.9% -
XYZ 30.11 57.46 12.87 -
YUV 155.11 70.37 50.89 -
System Red Green Blue C M Y K H S L
Decimal 47 230 53 0.80 0 0.77 0.10 121.97 0.79 0.54
Hex 2F E6 35 50 0 4D A 7A 4F 36
Octal 57 346 65 120 0 115 12 172 117 66
Binary 101111 11100110 110101 1010000 0 1001101 1010 1111010 1001111 110110

Color Harmonies of #2FE635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE635

Black with #2FE635

Text Example


Text Example

White with #2FE635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FE635; }

 p { color: rgb(47,230,53); }

 H1.HeaderClassName
 {
   color: #2FE635;
 }
 .AnyTagClassName
 {
   color: #2FE635;
 }
</style>

background-color css

<style>
 a { background-color: #2FE635; }

 a { background-color: rgb(47,230,53); }

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

border-color css

<style>
 span { border-color: #2FE635; }

 span { border-color: rgb(47,230,53); }

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