Html Css Color HEX #CFF215 Electric Lime

📋 copy color: '#CFF215'

red 207 ◦ green 242 ◦ blue 21

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

Shades of Electric Lime #CFF215

Tints of Electric Lime #CFF215

RGB

 RED value IS 207 (81.25% from 255) = 44.04%

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

 BLUE value IS 21 (8.59% from 255) = 4.47%

R = 44.04%
G = 51.49%
B = 4.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#CFF215 (or 0xCFF215) is known color: Electric Lime. HEX triplet: CF, F2 and 15. RGB value is (207,242,21). Sum of RGB (Red+Green+Blue) = 207+242+21=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 242 (94.92% from 255 or 51.49% from 470); Blue value is 21 (8.59% from 255 or 4.47% from 470); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF215 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF215 is #300DEA. Grayscale: #CFCFCF. Windows color (decimal): -3149291 or 1438415. OLE color: 1438415.

HSL color Cylindrical-coordinate representation of color #CFF215: hue angle of 69.5º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFF215 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 242 21 -
CMYK 0.14 0 0.91 0.05
HSL 69.5º 0.89% 0.52% -
HSV(B) 69.5º 0.91% 0.95% -
XYZ 57.62 76.82 12.5 -
YUV 206.34 23.4 128.47 -
System Red Green Blue C M Y K H S L
Decimal 207 242 21 0.14 0 0.91 0.05 69.5 0.89 0.52
Hex CF F2 15 E 0 5B 5 46 59 34
Octal 317 362 25 16 0 133 5 106 131 64
Binary 11001111 11110010 10101 1110 0 1011011 101 1000110 1011001 110100

Color Harmonies of #CFF215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF215

Black with #CFF215

Text Example


Text Example

White with #CFF215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF215; }

 p { color: rgb(207,242,21); }

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

background-color css

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

 a { background-color: rgb(207,242,21); }

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

border-color css

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

 span { border-color: rgb(207,242,21); }

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