Html Css Color HEX #CBF413 Electric Lime

📋 copy color: '#CBF413'

red 203 ◦ green 244 ◦ blue 19

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

Shades of Electric Lime #CBF413

Tints of Electric Lime #CBF413

RGB

 RED value IS 203 (79.69% from 255) = 43.56%

 GREEN value IS 244 (95.7% from 255) = 52.36%

 BLUE value IS 19 (7.81% from 255) = 4.08%

R = 43.56%
G = 52.36%
B = 4.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#CBF413 (or 0xCBF413) is known color: Electric Lime. HEX triplet: CB, F4 and 13. RGB value is (203,244,19). Sum of RGB (Red+Green+Blue) = 203+244+19=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 244 (95.70% from 255 or 52.36% from 466); Blue value is 19 (7.81% from 255 or 4.08% from 466); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF413 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF413 is #340BEC. Grayscale: #CECECE. Windows color (decimal): -3410925 or 1307851. OLE color: 1307851.

HSL color Cylindrical-coordinate representation of color #CBF413: hue angle of 70.93º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBF413 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 244 19 -
CMYK 0.17 0 0.92 0.04
HSL 70.93º 0.91% 0.52% -
HSV(B) 70.93º 0.92% 0.96% -
XYZ 57.1 77.44 12.56 -
YUV 206.09 22.42 125.8 -
System Red Green Blue C M Y K H S L
Decimal 203 244 19 0.17 0 0.92 0.04 70.93 0.91 0.52
Hex CB F4 13 11 0 5C 4 47 5B 34
Octal 313 364 23 21 0 134 4 107 133 64
Binary 11001011 11110100 10011 10001 0 1011100 100 1000111 1011011 110100

Color Harmonies of #CBF413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF413

Black with #CBF413

Text Example


Text Example

White with #CBF413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF413; }

 p { color: rgb(203,244,19); }

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

background-color css

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

 a { background-color: rgb(203,244,19); }

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

border-color css

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

 span { border-color: rgb(203,244,19); }

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