Html Css Color HEX #2CF228 Lime Green

📋 copy color: '#2CF228'

red 44 ◦ green 242 ◦ blue 40

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

Shades of Lime Green #2CF228

Tints of Lime Green #2CF228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.27%

R = 13.5%
G = 74.23%
B = 12.27%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#2CF228 (or 0x2CF228) is known color: Lime Green. HEX triplet: 2C, F2 and 28. RGB value is (44,242,40). Sum of RGB (Red+Green+Blue) = 44+242+40=326 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.50% from 326); Green value is 242 (94.92% from 255 or 74.23% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 242 - color contains mainly: green. Hex color #2CF228 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF228 is #D30DD7. Grayscale: #A0A0A0. Windows color (decimal): -13831640 or 2683436. OLE color: 2683436.

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

Color convert

RGB 44 242 40 -
CMYK 0.82 0 0.83 0.05
HSL 118.81º 0.89% 0.55% -
HSV(B) 118.81º 0.83% 0.95% -
XYZ 33.17 64.19 12.65 -
YUV 159.77 60.4 45.43 -
System Red Green Blue C M Y K H S L
Decimal 44 242 40 0.82 0 0.83 0.05 118.81 0.89 0.55
Hex 2C F2 28 52 0 53 5 77 59 37
Octal 54 362 50 122 0 123 5 167 131 67
Binary 101100 11110010 101000 1010010 0 1010011 101 1110111 1011001 110111

Color Harmonies of #2CF228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF228

Black with #2CF228

Text Example


Text Example

White with #2CF228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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