Html Css Color HEX #2CF122 Lime Green

📋 copy color: '#2CF122'

red 44 ◦ green 241 ◦ blue 34

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

Shades of Lime Green #2CF122

Tints of Lime Green #2CF122

RGB

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

 GREEN value IS 241 (94.53% from 255) = 75.55%

 BLUE value IS 34 (13.67% from 255) = 10.66%

R = 13.79%
G = 75.55%
B = 10.66%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#2CF122 (or 0x2CF122) is known color: Lime Green. HEX triplet: 2C, F1 and 22. RGB value is (44,241,34). Sum of RGB (Red+Green+Blue) = 44+241+34=319 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.79% from 319); Green value is 241 (94.53% from 255 or 75.55% from 319); Blue value is 34 (13.67% from 255 or 10.66% from 319); Max value from RGB is 241 - color contains mainly: green. Hex color #2CF122 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF122 is #D30EDD. Grayscale: #9F9F9F. Windows color (decimal): -13831902 or 2289964. OLE color: 2289964.

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

Color convert

RGB 44 241 34 -
CMYK 0.82 0 0.86 0.05
HSL 117.1º 0.88% 0.54% -
HSV(B) 117.1º 0.86% 0.95% -
XYZ 32.78 63.56 12.05 -
YUV 158.5 57.73 46.33 -
System Red Green Blue C M Y K H S L
Decimal 44 241 34 0.82 0 0.86 0.05 117.1 0.88 0.54
Hex 2C F1 22 52 0 56 5 75 58 36
Octal 54 361 42 122 0 126 5 165 130 66
Binary 101100 11110001 100010 1010010 0 1010110 101 1110101 1011000 110110

Color Harmonies of #2CF122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF122

Black with #2CF122

Text Example


Text Example

White with #2CF122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,241,34); }

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

background-color css

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

 a { background-color: rgb(44,241,34); }

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

border-color css

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

 span { border-color: rgb(44,241,34); }

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