Html Css Color HEX #2CF68A Spring Green

📋 copy color: '#2CF68A'

red 44 ◦ green 246 ◦ blue 138

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

Shades of Spring Green #2CF68A

Tints of Spring Green #2CF68A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 57.48%

 BLUE value IS 138 (54.3% from 255) = 32.24%

R = 10.28%
G = 57.48%
B = 32.24%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#2CF68A (or 0x2CF68A) is known color: Spring Green. HEX triplet: 2C, F6 and 8A. RGB value is (44,246,138). Sum of RGB (Red+Green+Blue) = 44+246+138=428 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.28% from 428); Green value is 246 (96.48% from 255 or 57.48% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 246 - color contains mainly: green. Hex color #2CF68A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CF68A is #D30975. Grayscale: #ADADAD. Windows color (decimal): -13830518 or 9106988. OLE color: 9106988.

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

Color convert

RGB 44 246 138 -
CMYK 0.82 0 0.44 0.04
HSL 147.92º 0.92% 0.57% -
HSV(B) 147.92º 0.82% 0.96% -
XYZ 38.58 68.28 35.19 -
YUV 173.29 108.08 35.78 -
System Red Green Blue C M Y K H S L
Decimal 44 246 138 0.82 0 0.44 0.04 147.92 0.92 0.57
Hex 2C F6 8A 52 0 2C 4 94 5C 39
Octal 54 366 212 122 0 54 4 224 134 71
Binary 101100 11110110 10001010 1010010 0 101100 100 10010100 1011100 111001

Color Harmonies of #2CF68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF68A

Black with #2CF68A

Text Example


Text Example

White with #2CF68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,246,138); }

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

background-color css

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

 a { background-color: rgb(44,246,138); }

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

border-color css

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

 span { border-color: rgb(44,246,138); }

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