Html Css Color HEX #1CF27D Spring Green

📋 copy color: '#1CF27D'

red 28 ◦ green 242 ◦ blue 125

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

Shades of Spring Green #1CF27D

Tints of Spring Green #1CF27D

RGB

 RED value IS 28 (11.33% from 255) = 7.09%

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

 BLUE value IS 125 (49.22% from 255) = 31.65%

R = 7.09%
G = 61.27%
B = 31.65%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#1CF27D (or 0x1CF27D) is known color: Spring Green. HEX triplet: 1C, F2 and 7D. RGB value is (28,242,125). Sum of RGB (Red+Green+Blue) = 28+242+125=395 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.09% from 395); Green value is 242 (94.92% from 255 or 61.27% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 242 - color contains mainly: green. Hex color #1CF27D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF27D is #E30D82. Grayscale: #A4A4A4. Windows color (decimal): -14880131 or 8253980. OLE color: 8253980.

HSL color Cylindrical-coordinate representation of color #1CF27D: hue angle of 147.2º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF27D is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 28 242 125 -
CMYK 0.88 0 0.48 0.05
HSL 147.2º 0.89% 0.53% -
HSV(B) 147.2º 0.88% 0.95% -
XYZ 35.93 65.23 30.1 -
YUV 164.68 105.6 30.51 -
System Red Green Blue C M Y K H S L
Decimal 28 242 125 0.88 0 0.48 0.05 147.2 0.89 0.53
Hex 1C F2 7D 58 0 30 5 93 59 35
Octal 34 362 175 130 0 60 5 223 131 65
Binary 11100 11110010 1111101 1011000 0 110000 101 10010011 1011001 110101

Color Harmonies of #1CF27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF27D

Black with #1CF27D

Text Example


Text Example

White with #1CF27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CF27D; }

 p { color: rgb(28,242,125); }

 H1.HeaderClassName
 {
   color: #1CF27D;
 }
 .AnyTagClassName
 {
   color: #1CF27D;
 }
</style>

background-color css

<style>
 a { background-color: #1CF27D; }

 a { background-color: rgb(28,242,125); }

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

border-color css

<style>
 span { border-color: #1CF27D; }

 span { border-color: rgb(28,242,125); }

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