Html Css Color HEX #CCF315 Electric Lime

📋 copy color: '#CCF315'

red 204 ◦ green 243 ◦ blue 21

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

Shades of Electric Lime #CCF315

Tints of Electric Lime #CCF315

RGB

 RED value IS 204 (80.08% from 255) = 43.59%

 GREEN value IS 243 (95.31% from 255) = 51.92%

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

R = 43.59%
G = 51.92%
B = 4.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#CCF315 (or 0xCCF315) is known color: Electric Lime. HEX triplet: CC, F3 and 15. RGB value is (204,243,21). Sum of RGB (Red+Green+Blue) = 204+243+21=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 243 (95.31% from 255 or 51.92% from 468); Blue value is 21 (8.59% from 255 or 4.49% from 468); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF315 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF315 is #330CEA. Grayscale: #CECECE. Windows color (decimal): -3345643 or 1438668. OLE color: 1438668.

HSL color Cylindrical-coordinate representation of color #CCF315: hue angle of 70.54º degrees, saturation: 0.9, 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 #CCF315 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 243 21 -
CMYK 0.16 0 0.91 0.05
HSL 70.54º 0.9% 0.52% -
HSV(B) 70.54º 0.91% 0.95% -
XYZ 57.09 76.99 12.56 -
YUV 206.03 23.58 126.55 -
System Red Green Blue C M Y K H S L
Decimal 204 243 21 0.16 0 0.91 0.05 70.54 0.9 0.52
Hex CC F3 15 10 0 5B 5 47 5A 34
Octal 314 363 25 20 0 133 5 107 132 64
Binary 11001100 11110011 10101 10000 0 1011011 101 1000111 1011010 110100

Color Harmonies of #CCF315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF315

Black with #CCF315

Text Example


Text Example

White with #CCF315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF315; }

 p { color: rgb(204,243,21); }

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

background-color css

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

 a { background-color: rgb(204,243,21); }

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

border-color css

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

 span { border-color: rgb(204,243,21); }

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