Html Css Color HEX #2CF844 Lime Green

📋 copy color: '#2CF844'

red 44 ◦ green 248 ◦ blue 68

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

Shades of Lime Green #2CF844

Tints of Lime Green #2CF844

RGB

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

 GREEN value IS 248 (97.27% from 255) = 68.89%

 BLUE value IS 68 (26.95% from 255) = 18.89%

R = 12.22%
G = 68.89%
B = 18.89%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#2CF844 (or 0x2CF844) is known color: Lime Green. HEX triplet: 2C, F8 and 44. RGB value is (44,248,68). Sum of RGB (Red+Green+Blue) = 44+248+68=360 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.22% from 360); Green value is 248 (97.27% from 255 or 68.89% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 248 - color contains mainly: green. Hex color #2CF844 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF844 is #D307BB. Grayscale: #A6A6A6. Windows color (decimal): -13830076 or 4519980. OLE color: 4519980.

HSL color Cylindrical-coordinate representation of color #2CF844: hue angle of 127.06º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF844 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB 44 248 68 -
CMYK 0.82 0 0.73 0.03
HSL 127.06º 0.94% 0.57% -
HSV(B) 127.06º 0.82% 0.97% -
XYZ 35.65 68.09 16.73 -
YUV 166.48 72.41 40.64 -
System Red Green Blue C M Y K H S L
Decimal 44 248 68 0.82 0 0.73 0.03 127.06 0.94 0.57
Hex 2C F8 44 52 0 49 3 7F 5E 39
Octal 54 370 104 122 0 111 3 177 136 71
Binary 101100 11111000 1000100 1010010 0 1001001 11 1111111 1011110 111001

Color Harmonies of #2CF844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF844

Black with #2CF844

Text Example


Text Example

White with #2CF844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,248,68); }

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

background-color css

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

 a { background-color: rgb(44,248,68); }

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

border-color css

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

 span { border-color: rgb(44,248,68); }

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