Html Css Color HEX #2CF22F Lime Green

📋 copy color: '#2CF22F'

red 44 ◦ green 242 ◦ blue 47

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

Shades of Lime Green #2CF22F

Tints of Lime Green #2CF22F

RGB

 RED value IS 44 (17.58% from 255) = 13.21%

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

 BLUE value IS 47 (18.75% from 255) = 14.11%

R = 13.21%
G = 72.67%
B = 14.11%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#2CF22F (or 0x2CF22F) is known color: Lime Green. HEX triplet: 2C, F2 and 2F. RGB value is (44,242,47). Sum of RGB (Red+Green+Blue) = 44+242+47=333 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.21% from 333); Green value is 242 (94.92% from 255 or 72.67% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 242 - color contains mainly: green. Hex color #2CF22F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF22F is #D30DD0. Grayscale: #A1A1A1. Windows color (decimal): -13831633 or 3142188. OLE color: 3142188.

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

Color convert

RGB 44 242 47 -
CMYK 0.82 0 0.81 0.05
HSL 120.91º 0.88% 0.56% -
HSV(B) 120.91º 0.82% 0.95% -
XYZ 33.3 64.24 13.33 -
YUV 160.57 63.9 44.86 -
System Red Green Blue C M Y K H S L
Decimal 44 242 47 0.82 0 0.81 0.05 120.91 0.88 0.56
Hex 2C F2 2F 52 0 51 5 79 58 38
Octal 54 362 57 122 0 121 5 171 130 70
Binary 101100 11110010 101111 1010010 0 1010001 101 1111001 1011000 111000

Color Harmonies of #2CF22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF22F

Black with #2CF22F

Text Example


Text Example

White with #2CF22F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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