Html Css Color HEX #CCFD0D Electric Lime

📋 copy color: '#CCFD0D'

red 204 ◦ green 253 ◦ blue 13

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

Shades of Electric Lime #CCFD0D

Tints of Electric Lime #CCFD0D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 53.83%

 BLUE value IS 13 (5.47% from 255) = 2.77%

R = 43.4%
G = 53.83%
B = 2.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#CCFD0D (or 0xCCFD0D) is known color: Electric Lime. HEX triplet: CC, FD and 0D. RGB value is (204,253,13). Sum of RGB (Red+Green+Blue) = 204+253+13=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 253 (99.22% from 255 or 53.83% from 470); Blue value is 13 (5.47% from 255 or 2.77% from 470); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFD0D is #3302F2. Grayscale: #D3D3D3. Windows color (decimal): -3343091 or 916940. OLE color: 916940.

HSL color Cylindrical-coordinate representation of color #CCFD0D: hue angle of 72.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCFD0D is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 253 13 -
CMYK 0.19 0 0.95 0.01
HSL 72.25º 0.98% 0.52% -
HSV(B) 72.25º 0.95% 0.99% -
XYZ 60.1 83.12 13.26 -
YUV 210.99 16.27 123.01 -
System Red Green Blue C M Y K H S L
Decimal 204 253 13 0.19 0 0.95 0.01 72.25 0.98 0.52
Hex CC FD D 13 0 5F 1 48 62 34
Octal 314 375 15 23 0 137 1 110 142 64
Binary 11001100 11111101 1101 10011 0 1011111 1 1001000 1100010 110100

Color Harmonies of #CCFD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFD0D

Black with #CCFD0D

Text Example


Text Example

White with #CCFD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFD0D; }

 p { color: rgb(204,253,13); }

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

background-color css

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

 a { background-color: rgb(204,253,13); }

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

border-color css

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

 span { border-color: rgb(204,253,13); }

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