Html Css Color HEX #2CF42E Lime Green

📋 copy color: '#2CF42E'

red 44 ◦ green 244 ◦ blue 46

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

Shades of Lime Green #2CF42E

Tints of Lime Green #2CF42E

RGB

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

 GREEN value IS 244 (95.7% from 255) = 73.05%

 BLUE value IS 46 (18.36% from 255) = 13.77%

R = 13.17%
G = 73.05%
B = 13.77%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#2CF42E (or 0x2CF42E) is known color: Lime Green. HEX triplet: 2C, F4 and 2E. RGB value is (44,244,46). Sum of RGB (Red+Green+Blue) = 44+244+46=334 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.17% from 334); Green value is 244 (95.70% from 255 or 73.05% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 244 - color contains mainly: green. Hex color #2CF42E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF42E is #D30BD1. Grayscale: #A2A2A2. Windows color (decimal): -13831122 or 3077164. OLE color: 3077164.

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

Color convert

RGB 44 244 46 -
CMYK 0.82 0 0.81 0.04
HSL 120.6º 0.9% 0.56% -
HSV(B) 120.6º 0.82% 0.96% -
XYZ 33.88 65.43 13.43 -
YUV 161.63 62.74 44.1 -
System Red Green Blue C M Y K H S L
Decimal 44 244 46 0.82 0 0.81 0.04 120.6 0.9 0.56
Hex 2C F4 2E 52 0 51 4 79 5A 38
Octal 54 364 56 122 0 121 4 171 132 70
Binary 101100 11110100 101110 1010010 0 1010001 100 1111001 1011010 111000

Color Harmonies of #2CF42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF42E

Black with #2CF42E

Text Example


Text Example

White with #2CF42E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,244,46); }

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

background-color css

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

 a { background-color: rgb(44,244,46); }

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

border-color css

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

 span { border-color: rgb(44,244,46); }

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