Html Css Color HEX #2FF234 Lime Green

📋 copy color: '#2FF234'

red 47 ◦ green 242 ◦ blue 52

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

Shades of Lime Green #2FF234

Tints of Lime Green #2FF234

RGB

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

 GREEN value IS 242 (94.92% from 255) = 70.97%

 BLUE value IS 52 (20.7% from 255) = 15.25%

R = 13.78%
G = 70.97%
B = 15.25%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#2FF234 (or 0x2FF234) is known color: Lime Green. HEX triplet: 2F, F2 and 34. RGB value is (47,242,52). Sum of RGB (Red+Green+Blue) = 47+242+52=341 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.78% from 341); Green value is 242 (94.92% from 255 or 70.97% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF234 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF234 is #D00DCB. Grayscale: #A2A2A2. Windows color (decimal): -13635020 or 3469871. OLE color: 3469871.

HSL color Cylindrical-coordinate representation of color #2FF234: hue angle of 121.54º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF234 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 242 52 -
CMYK 0.81 0 0.79 0.05
HSL 121.54º 0.88% 0.57% -
HSV(B) 121.54º 0.81% 0.95% -
XYZ 33.54 64.36 13.9 -
YUV 162.04 65.9 45.95 -
System Red Green Blue C M Y K H S L
Decimal 47 242 52 0.81 0 0.79 0.05 121.54 0.88 0.57
Hex 2F F2 34 51 0 4F 5 7A 58 39
Octal 57 362 64 121 0 117 5 172 130 71
Binary 101111 11110010 110100 1010001 0 1001111 101 1111010 1011000 111001

Color Harmonies of #2FF234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF234

Black with #2FF234

Text Example


Text Example

White with #2FF234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,242,52); }

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

background-color css

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

 a { background-color: rgb(47,242,52); }

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

border-color css

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

 span { border-color: rgb(47,242,52); }

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