Html Css Color HEX #1CF26B Spring Green

📋 copy color: '#1CF26B'

red 28 ◦ green 242 ◦ blue 107

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

Shades of Spring Green #1CF26B

Tints of Spring Green #1CF26B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.38%

R = 7.43%
G = 64.19%
B = 28.38%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#1CF26B (or 0x1CF26B) is known color: Spring Green. HEX triplet: 1C, F2 and 6B. RGB value is (28,242,107). Sum of RGB (Red+Green+Blue) = 28+242+107=377 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.43% from 377); Green value is 242 (94.92% from 255 or 64.19% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 242 - color contains mainly: green. Hex color #1CF26B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF26B is #E30D94. Grayscale: #A2A2A2. Windows color (decimal): -14880149 or 7074332. OLE color: 7074332.

HSL color Cylindrical-coordinate representation of color #1CF26B: hue angle of 142.15º 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 #1CF26B is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 28 242 107 -
CMYK 0.88 0 0.56 0.05
HSL 142.15º 0.89% 0.53% -
HSV(B) 142.15º 0.88% 0.95% -
XYZ 34.88 64.81 24.58 -
YUV 162.62 96.6 31.98 -
System Red Green Blue C M Y K H S L
Decimal 28 242 107 0.88 0 0.56 0.05 142.15 0.89 0.53
Hex 1C F2 6B 58 0 38 5 8E 59 35
Octal 34 362 153 130 0 70 5 216 131 65
Binary 11100 11110010 1101011 1011000 0 111000 101 10001110 1011001 110101

Color Harmonies of #1CF26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF26B

Black with #1CF26B

Text Example


Text Example

White with #1CF26B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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