Html Css Color HEX #2CF038 Lime Green

📋 copy color: '#2CF038'

red 44 ◦ green 240 ◦ blue 56

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

Shades of Lime Green #2CF038

Tints of Lime Green #2CF038

RGB

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

 GREEN value IS 240 (94.14% from 255) = 70.59%

 BLUE value IS 56 (22.27% from 255) = 16.47%

R = 12.94%
G = 70.59%
B = 16.47%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#2CF038 (or 0x2CF038) is known color: Lime Green. HEX triplet: 2C, F0 and 38. RGB value is (44,240,56). Sum of RGB (Red+Green+Blue) = 44+240+56=340 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.94% from 340); Green value is 240 (94.14% from 255 or 70.59% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 240 - color contains mainly: green. Hex color #2CF038 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF038 is #D30FC7. Grayscale: #A0A0A0. Windows color (decimal): -13832136 or 3731500. OLE color: 3731500.

HSL color Cylindrical-coordinate representation of color #2CF038: hue angle of 123.67º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF038 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 44 240 56 -
CMYK 0.82 0 0.77 0.06
HSL 123.67º 0.87% 0.56% -
HSV(B) 123.67º 0.82% 0.94% -
XYZ 32.91 63.14 14.19 -
YUV 160.42 69.07 44.96 -
System Red Green Blue C M Y K H S L
Decimal 44 240 56 0.82 0 0.77 0.06 123.67 0.87 0.56
Hex 2C F0 38 52 0 4D 6 7C 57 38
Octal 54 360 70 122 0 115 6 174 127 70
Binary 101100 11110000 111000 1010010 0 1001101 110 1111100 1010111 111000

Color Harmonies of #2CF038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF038

Black with #2CF038

Text Example


Text Example

White with #2CF038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,240,56); }

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

background-color css

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

 a { background-color: rgb(44,240,56); }

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

border-color css

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

 span { border-color: rgb(44,240,56); }

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